Skip to content

Conversation

wjblanke
Copy link
Contributor

Purpose:

Update to new chiavdf which does not link in the boost system library

Current Behavior:

Links to chiavdf which requires boost system library

New Behavior:

Links to chiavdf which does not require boost system library

Testing Notes:

n/a

@wjblanke wjblanke requested a review from a team as a code owner September 22, 2025 14:26
@wjblanke wjblanke added the Changed Required label for PR that categorizes merge commit message as "Changed" for changelog label Sep 22, 2025
Copy link

coveralls-official bot commented Sep 22, 2025

Pull Request Test Coverage Report for Build 17922676854

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 34 unchanged lines in 11 files lost coverage.
  • Overall coverage decreased (-0.004%) to 91.164%

Files with Coverage Reduction New Missed Lines %
chia/daemon/client.py 1 74.16%
chia/daemon/keychain_proxy.py 1 70.57%
chia/farmer/farmer.py 1 73.32%
chia/_tests/simulation/test_simulation.py 1 96.47%
chia/wallet/util/wallet_sync_utils.py 1 85.57%
chia/server/node_discovery.py 2 82.29%
chia/full_node/full_node.py 3 87.23%
chia/timelord/timelord_launcher.py 4 89.29%
chia/wallet/wallet_node.py 4 87.05%
chia/introducer/introducer_api.py 5 81.48%
Totals Coverage Status
Change from base Build 17869075229: -0.004%
Covered Lines: 102749
Relevant Lines: 112546

💛 - Coveralls

Copy link
Contributor

@arvidn arvidn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't we update this in pyproject.toml also?

@pmaslana pmaslana merged commit 89d4fff into main Sep 24, 2025
364 of 365 checks passed
@pmaslana pmaslana deleted the newvdfwjb branch September 24, 2025 16:28
@wjblanke
Copy link
Contributor Author

don't we update this in pyproject.toml also?

chiavdf = ">=1.1.10" # timelord and vdf verification

something to do with the dependabot so it doesn't matter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changed Required label for PR that categorizes merge commit message as "Changed" for changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants